drop "DEB_MAKE_CHECK_TARGET"
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Wed, 10 Feb 2016 20:52:33 +0000 (21:52 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Wed, 10 Feb 2016 20:52:33 +0000 (21:52 +0100)
debian/rules

index e6c1207d4f97a7dcb88bae7767caa6574992864a..c993087960a9726f194835b94531a6e9fe6b35f4 100755 (executable)
@@ -18,7 +18,6 @@ include /usr/share/cdbs/1/class/makefile.mk
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \
 ^((.*\.jpg)|(.*\.png)|(.*\.ico)|(.*\.icns)|(.*\.nib)|examples/PlugInSamples/MultiOutSynth/Source/BinaryData/singing\.ogg|examples/Demo/Resources/cello\.wav|examples/Demo/Resources/icons\.zip|modules/juce_audio_plugin_client/RTAS/juce_RTAS_WinResources\.rsr|examples/ComponentTutorialExample/Introduction to Components - Part 1\.pdf|debian/(changelog|copyright(|_hints|_newhints)))$
 
-DEB_MAKE_CHECK_TARGET = test
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(cdbs_make_curdestdir) prefix=/usr libdir=/usr/lib/${DEB_HOST_MULTIARCH}/
 
 pre-build::